eslint-config-eventbrite-legacy
Eventbrite's legacy ESLint config that lints ES5- and adheres to the Eventbrite JavaScript Coding Style Guide.
Usage
This ESLint configuration requires eslint
.
Install eslint
& eslint-config-eventbrite-legacy
dependencies:
npm install --save-dev eslint eslint-config-eventbrite-legacy
Extend eslint-config-eventbrite-legacy
in your .eslintrc.json
:
{
"extends": "eventbrite-legacy"
}
NOTE: This configuration extends eslint:recommended
.
Contributing
Thank you for your willingness to contribute! 😀
Although eslint-config-eventbrite-legacy
is a public package, its primary purpose is for linting Eventbrite's legacy JavaScript code written in ES5. Therefore, it is unlikely that we'll accept changes to rules as they may adversely affect the linting of our own code. However, we do welcome fixes for errors or additions for omissions.
If you are uncertain as to whether your suggestion qualifies, go ahead and submit a Pull Request and we'll let you know. Thanks again!
License
MIT. Copyright (c) 2016 Eventbrite.
Thanks
Many thanks to Airbnb and their example eslint-config-airbnb
.